Description
Publish the input document into the target section. Existing proxy is overrided if the override attribute is set. Return the created proxy.
Operation id | Document.PublishToSection |
Aliases | Document.Publish
|
Category | Document |
Label | Publish Document |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.PublishToSection",
"aliases" : [ "Document.Publish" ],
"label" : "Publish Document",
"category" : "Document",
"requires" : null,
"description" : "Publish the input document into the target section. Existing proxy is overrided if the override attribute is set. Return the created proxy.",
"url" : "Document.PublishToSection",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "target",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "override",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
} ]
}